img.img-responsive {
    width: 100%;
}

h1,
h2 {
    color: #624b99 !important;
    margin-top: 30px;
}

h2.card-title {
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    padding-left: 0px;
    padding-right: 0px;
    color: #000;
}

a#GetHelpLink {
    color: #fff !important;
    border-radius: 0px;
}

b,
strong {
    font-weight: bolder;
    font-family: "Raleway", sans-serif;
    color: #000;
}

li {
    color: #000;
    font-family: "Raleway", sans-serif;
}

div#panel {
    background: #46489d33;
    padding: 30px;
    border-bottom: 3px solid #624b99;
    min-height: 150px;
}

.card-body {
    min-height: 220px;
    padding: 10px;
}

@media (min-width: 1281px) and (max-width: 1440px) {
    img.img-responsive {
        width: 70%;
    }

    div#panel {
        left: -30%;
        position: relative;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    div#panel {
        left: 0%;
        position: relative;
        min-height: 134px;
    }

    img.img-responsive {
        width: 100%;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    img.img-responsive {
        width: 85%;
    }

    li {
        font-size: 12px;
    }

    h2.card-title {
        font-size: 18px;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
    }

    p {
        font-size: 12px;
    }

    a#GetHelpLink {
        color: #fff !important;
        border-radius: 0px;
        font-size: 14px;
    }

    div#panel {
        left: -30%;
        position: relative;
        min-height: 134px;
        padding: 5px;
    }

    div#MainContainer {
        width: 100%;
        margin-left: -30px;
    }
}

@media (min-width: 376px) and (max-width: 425px) {

    h1,
    h2 {
        color: #624b99 !important;
        margin-top: 30px;
        font-size: 18px;
    }

    img.img-responsive {
        width: 90%;
    }

    li {
        font-size: 12px;
    }
}

@media (min-width: 321px) and (max-width: 375px) {}